home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00294_Script_Generic Camera Exit Script < prev    next >
Text File  |  1995-05-21  |  520b  |  21 lines

  1. on exitFrame
  2.   global length, snap1, snap2, theMovieName, gtheDay
  3.   if the movieTime of sprite 48 > length then
  4.     puppetsprite 48, false
  5.     repeat with d = 9 to 10
  6.       puppetsprite d, false
  7.     end repeat
  8.     set the movietime of sprite 48 to 0
  9.     set the sound of cast theMovieName to 0
  10.     updatestage
  11.     if snap1 = 0 and snap2 = 0 then
  12.       go frame gtheDay & "NoShots"
  13.     else
  14.       go frame "Darkroom"
  15.     end if
  16.     puppetsound 0
  17.     updatestage
  18.   else
  19.     go to the frame
  20.   end if
  21. end